Testing:
> Pages - admin_panel, create_account, create_entry, entry, file, index, log in, search, topic, upload_file
> JS - admin_panel, create_account, create_entry, entry, file, index, load_content, log in, script, search, topic, file upload
> PHP - Routes, EntryController, FilesController, TopicController, TransferController, UserController
Other:
> Make entries for all of the special things

----- phase 3 -----

// read public, read private, create entries, edit pages, delete entries, confirm/deny changes, see files and entries (admin panel)

Entries:
> Add artical warning box
> Not safe content - images and audio files - will be blurred before accepting something (maybe)
Users:
> Have different roles
> Can change their profile settings
Index page:
> Create topic form
> List of public topics
> Topics can be public or private
Roles:
> Admin - owner
> Moderator???? - can create, edit, delete, see admin panel
> Member - access to a private wiki (can read private entries)
> User - logged in user (can read public entries)
> @everyone - no account user (can read public entries)
Style mobile:
> index
> log in
> search
> create account, entry, file
> view topic, entry, file
> edit topic, entry, file
> admin panel
Other:
> After logging in, user returns to the previous page (window.history)